home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 April: Mac OS SDK / Dev.CD Apr 00 SDK1.toast / Development Kits / Mac OS / Thread Manager / ThreadUtilities / SnakesWithSemaphores / SnakesWSemaphores Read Me next >
Encoding:
Text File  |  1994-11-17  |  577 b   |  21 lines  |  [ttro/ttxt]

  1. A few notes.
  2.  
  3. I have included the ThreadUtils.h & ThreadUtilLib.o in this folder so you can just compile
  4. and run the sample app.  A better solution is to remove these two files from the folder, placing them into the MPW:Interfaces:CIncludes folder, and MPW:Libraries:Libraries folder respectively.  After this is done
  5. you should edit the file: ThreadedSnakes.h and change:
  6.  
  7. #include "ThreadUtil.h"
  8.  
  9. to:
  10.  
  11. #include <ThreadUtil.h>
  12.  
  13. as well as add this line:
  14.  
  15. {Libraries}"ThreadUtilLib.o"
  16.  
  17. to the SnakeWSemaphore.make file.  In the rules for linking the application.
  18.  
  19. Enjoy,
  20.  
  21. Brad